home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / gfx / board / CyberPiPView.lha / CyberPiPView / CyberPiPView.doc < prev    next >
Text File  |  1999-08-05  |  5KB  |  137 lines

  1.                  CyberPiPView
  2.         © 1998/99 by Stephan Rupprecht
  3.               All rights reserved.
  4.     
  5.  
  6. COPYRIGHT AND DISCLAIMER
  7.  CyberPiPView is copyrighted 1998/99 by Stephan Rupprecht. 
  8.  All rights reserved. This program is freeware, so no financial  
  9.  donations required. Redistribution allowed if the package is 
  10.  left unchanged. The author is not responsible for any damage 
  11.  caused by the use or misuse of this documentation and/or the
  12.  program(s) it describes.
  13.  
  14.  
  15. REQUIREMENTS CGFX
  16.  - cybergraphics v3/4
  17.  - cv64/3d or piv gfx-board
  18. REQUIREMENTS P96
  19.  - p96 with *cgxvideo emulation* (v1.38)
  20.  - piv or cv64/3d
  21.  
  22.  
  23. DESCRIPTION
  24.  CyberPiPView is another picture viewer with usage of the
  25.  datatypes. This program uses the videolayer feature of a 
  26.  cv64/3d/piv to display pictures in 16bit no matter which
  27.  resolution the current screen has (<=8bit, 15/16/24bit).
  28.  This means that any picture can be shown in up to 65536
  29.  colors even if the current screen just has 8 colors. The
  30.  gfx processors automatically scales the picture to fit on
  31.  the screen. When the window gets resized, the picture will
  32.  be resized, too.
  33.  
  34.  
  35. USAGE
  36.  From shell 
  37.  ----------
  38.  FILES/M:    filename(s) or AmigaDOS pattern(s) of the image(s)
  39.                 which shall be shown.             
  40.  REQUESTER/S:    pop-up filerequester even when CyberPiPView was started
  41.         with filenames given.
  42.  PUBSCREEN/K:    name of pubscreen to show the pix on (must be a cgfx one).
  43.  COLORKEY/S:    Normally the video layer is the front most part of the screen,
  44.         so if you move a window in front of the layer, the window
  45.         remains in the background. When using the COLORKEY option
  46.         windows can cover the video layer (see also known problems
  47.         section).
  48.  DELAY/N/K:    Turns slide show mode on, each picture is shown for DELAY 
  49.         seconds.
  50.  
  51.  
  52.  From WB
  53.  ----------
  54.  CyberPiPView can be started ...
  55.  1. As default tool
  56.  2. By multi selection (click on the program icon, then select the
  57.     files to view [hold the shift key down while doing this] and
  58.     finally do a double click to start CyberPiPView).
  59.  3. By a double-click, a requester will pop up then.
  60.  
  61.  The tooltypes REQUESTER, PUBSCREEN, COLORKEY and DELAY are available 
  62.  from wb, too.
  63.  
  64.  The window
  65.  ----------
  66.  You can resize a picture using the sizegadget. Clicking on the closegadget
  67.  terminates CyberPiPView. Pressing the lmb starts displaying the next picture
  68.  in the list (if there's one:), the pointer must be over the picture.
  69.  
  70. KNOWN PROBLEMS
  71.  - Sometimes crashes your machine :( according to F.Mariak
  72.    this could be a hardware problem of the virge S3 chip. Actually,
  73.    Frank doesn't have much documentation on it, so if someone has
  74.    a good documentation on it ...
  75.    It has been reported that the vlayer feature works stable on p96.
  76.  - Downscaling isn't supported by the ViRGE chip, you might get trash
  77.    at a certain picture size. 
  78.  - stripes at the bottom / right border (hardware bug?).
  79.  - When using hi-resolutions you may see flickering stripes, to avoid
  80.    this turn-off (default) the COLORKEY option. Unfortunely deactivating 
  81.    COLORKEY doesn't always help because of the high bandwidth which is
  82.    required. Using CyberPiPView on screens >=15 bit doesn't make much
  83.    sense at all, use CyberView by M.Scheler instead!
  84.  - Please note that you can't grab the contents of a video layer!
  85.  - Not a bug: Please set the MULTIMEDIAMEM tooltype to YES (cvision3d
  86.    driver)! Otherwise you'll get an "out of memory" error.
  87.  
  88.  
  89. HISTORY
  90.  1.0    first public release
  91.  1.1    now checks if a cv64/3d is installed (R. Reiswig),
  92.     didn't close libs when ReadArgs() failed,
  93.     window border no longer covers parts of the pictures,
  94.     added COLORKEY option (see known problems section),
  95.     added DELAY option. 
  96.  1.2    removed some enforcer hits
  97.  1.3    now works with p96 picture.dt (forgot to get a new
  98.     bitmap pointer after remapping).
  99.  1.4    now works with p96 cgxvideo emulation, filerequester
  100.     remembers last path, changed handling of window
  101.  1.5    newer releases of cgxvideo.lib work buffered for both Z2
  102.     and Z3 machines. This slows down CyberPiPView, fixed 
  103.     that problem by changing the way the layer is filled up.
  104.  1.6    newer releases of p96 seem to have a different LibID string
  105.     for their cgfx emulation. That's why cyberpipview failed
  106.     to work with a piv. Fixed that by removing the check for
  107.     a specific gfx-board <reported by several users>. compiled
  108.     with gnuc. v1.5 changes made the program crash on p96.
  109.  1.7    no longer refuses to work with a piv when cgfx is installed
  110.      (latest cgfx version supports piv video overlay). now opens
  111.      a simple refresh window to reduce memory usage <Frank Mariak>.
  112.  1.7a    Whoops! compiled wrong source code (old MaxonC++ one).
  113.  
  114.  
  115. SPECIAL THANKS GO TO
  116.  Frank Mariak for his help and reworking the cgfx autodocs and 
  117.  includes ;)
  118.  R. Reiswig for his suggestions.
  119.  Emiliano Esposito for his bug report.
  120.  Jan Britsch and Olaf Krafft for beta testing and reporting bugs.
  121.  
  122.  and to all others who sent me mails ...
  123.  
  124.  
  125. AUTHOR
  126.  
  127. Please send bug reports and ideas to:
  128.  
  129.  Stephan Rupprecht
  130.  Apfeldweg 1
  131.  D44359 Dortmund
  132.  Germany
  133.  
  134.  Send emails to
  135.  
  136.  stephan.rupprecht@gmx.de
  137.